Component org.nuxeo.platform.explorer.actions
In bundle org.nuxeo.apidoc.webengine
Contributions
XML Source
<component name="org.nuxeo.platform.explorer.actions">
<require>org.nuxeo.ecm.platform.actions</require>
<extension target="org.nuxeo.ecm.platform.actions.ActionService"
point="actions">
<action id="PlatformExplorer" link="view_admin-fragment.xhtml"
label="admcommand.explorer" order="40">
<category>NUXEO_ADMIN</category>
<filter-id>only_for_manager</filter-id>
</action>
<action id="PlatformExplorerBrowse" link="/incl/apidoc/browse.xhtml"
label="tab.explorer.browse" order="20">
<category>PlatformExplorer_sub_tab</category>
<filter-id>only_for_manager</filter-id>
</action>
<action id="PlatformExplorerXP" link="/incl/apidoc/xp.xhtml"
label="tab.explorer.xp" order="30">
<category>PlatformExplorer_sub_tab</category>
<filter-id>only_for_manager</filter-id>
</action>
<action id="PlatformExplorerSeam" link="/incl/apidoc/seamcomponents.xhtml"
label="tab.explorer.seam" order="40">
<category>PlatformExplorer_sub_tab</category>
<filter-id>only_for_manager</filter-id>
</action>
<action id="PlatformExplorerOp" link="/incl/apidoc/operations.xhtml"
label="tab.explorer.operations" order="50">
<category>PlatformExplorer_sub_tab</category>
<filter-id>only_for_manager</filter-id>
</action>
</extension>
</component>